home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / oyun / mjwr10 / _SETUP.1 / MahJonggWall.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-11-26  |  1KB  |  65 lines

  1. object AboutBox: TAboutBox
  2.   Left = 202
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About - Mah Jongg Wall'
  7.   ClientHeight = 330
  8.   ClientWidth = 424
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgCLDlogo: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 424
  23.     Height = 330
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object imgRusty: TImage
  27.     Left = 110
  28.     Top = 35
  29.     Width = 56
  30.     Height = 80
  31.     Picture.Data = {<image001.bmp>}
  32.     Visible = False
  33.   end
  34.   object Label1: TLabel
  35.     Left = 303
  36.     Top = 103
  37.     Width = 42
  38.     Height = 9
  39.     AutoSize = False
  40.     Transparent = True
  41.     OnDblClick = Label1DblClick
  42.   end
  43.   object btnProceed: TButton
  44.     Left = 170
  45.     Top = 265
  46.     Width = 85
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.   end
  54.   object btnRegister: TButton
  55.     Left = 62
  56.     Top = 265
  57.     Width = 85
  58.     Height = 25
  59.     Caption = '&Register'
  60.     ModalResult = 1
  61.     TabOrder = 1
  62.     OnClick = btnRegisterClick
  63.   end
  64. end
  65.